|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.MeasureFolder
A collection of Measure objects. You use a MeasureFolder to group measures according to the needs of your application. For example, you might create separate MeasureFolder objects for financials, sales, and human resources. To create a MeasureFolder, use the createMeasureFolder of an AW object.
You can assign Measure objects that are owned by different Cube objects to the same MeasureFolder. You can group Measure objects in a MeasureFolder, but the MeasureFolder does not own the Measure objects. A Measure is owned by a Cube.
A MeasureFolder can own another MeasureFolder, so that you can nest one or more MeasureFolder objects under a MeasureFolder. The MeasureFolder class does not participate in the object model hierarchy.
| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
MeasureFolder()Creates a MeasureFolder. |
|
MeasureFolder(BaseObject input)Creates a MeasureFolder for the specified parent MeasureFolder. |
|
| Method Summary | |
void |
addMeasure(Measure input)Adds the specified Measure to the MeasureFolder. |
void |
addMeasureFolder(MeasureFolder input)Adds the specified MeasureFolder to this MeasureFolder. |
java.lang.String |
Create(AWConnection connection)Creates the MeasureFolder in the current analytic workspace of the specified database connection. |
MeasureFolder |
createMeasureFolder()Creates a MeasureFolder that is owned by this MeasureFolder. |
java.lang.String |
Delete(AWConnection connection)Deletes the MeasureFolder in the current analytic workspace of the specified database connection. |
java.lang.String |
getId()Gets the identifier of the MeasureFolder. |
java.util.Vector |
getMeasureFolders()Gets a list of the MeasureFolder objects that are owned by this MeasureFolder. |
java.util.Vector |
getMeasures()Gets a list of the Measure objects associated with the MeasureFolder. |
void |
removeMeasure(Measure input)Removes the specified Measure from the MeasureFolder. |
void |
removeMeasureFolder(MeasureFolder input)Removes the specified MeasureFolder from this MeasureFolder. |
java.lang.String |
WriteToXML()Gets an XML representation of the MeasureFolder. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, CreateAfter, CreateBefore, CreateFirst, DataRead, getColumnName, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MeasureFolder()
MeasureFolder.public MeasureFolder(BaseObject input)
MeasureFolder for the specified parent MeasureFolder.input - The MeasureFolder to own the new MeasureFolder.| Method Detail |
public java.lang.String getId()
MeasureFolder. The identifier is the full name of the MeasureFolder in the format owner.name.type. As examples, the identifier of a MeasureFolder with the name SALES is SALES.MEASUREFOLDER. The identifier of a nested MeasureFolder with the name ACCOUNT1 that is owned by SALES is SALES.ACCOUNT1.MEASUREFOLDER.String that contains the identifier of the MeasureFolder.public MeasureFolder createMeasureFolder()
MeasureFolder that is owned by this MeasureFolder.MeasureFolder that is owned by this MeasureFolder.public void addMeasureFolder(MeasureFolder input)
MeasureFolder to this MeasureFolder.input - The MeasureFolder to add to this MeasureFolder.public void removeMeasureFolder(MeasureFolder input)
MeasureFolder from this MeasureFolder.input - The MeasureFolder to remove from this MeasureFolder.public java.util.Vector getMeasureFolders()
MeasureFolder objects that are owned by this MeasureFolder.Vector of MeasureFolder objects.public void addMeasure(Measure input)
Measure to the MeasureFolder.input - The Measure to add.public void removeMeasure(Measure input)
Measure from the MeasureFolder.input - The Measure to remove.public java.util.Vector getMeasures()
Measure objects associated with the MeasureFolder.Vector of Measure objects.public java.lang.String WriteToXML()
MeasureFolder.String that represents the MeasureFolder.public java.lang.String Create(AWConnection connection)
MeasureFolder in the current analytic workspace of the specified database connection. To create a MeasureFolder, an application should use the createMeasureFolder of an AW object.connection - The AWConnection that specifies the database connection.String that contains success if this method successfully creates the MeasureFolder.public java.lang.String Delete(AWConnection connection)
MeasureFolder in the current analytic workspace of the specified database connection.connection - The AWConnection that specifies the database connection.String that contains success if this method successfully deletes the MeasureFolder.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||